From 15f7d2a27d6af5ef16781a472547acfb2f9484a2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 18 May 2020 15:45:57 -0400 Subject: [PATCH] 3.98.4 --- NEWS | 17 +++++++++++++---- meson.build | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index a3153d1afe..6a61c5acc2 100644 --- a/NEWS +++ b/NEWS @@ -3,9 +3,9 @@ Overview of Changes in GTK 3.98.4 * Themes - Refine menu styling - - Add public colors to HighContrast - - Fix scale borders in HighContrast - Tweak visible focus behavior + - HighConstrast: Add public colors + - HighContrast: Fix scale borders * CSS: - Drop the nonstandard -gtk-icon-theme property @@ -29,6 +29,12 @@ Overview of Changes in GTK 3.98.4 - Drop the homogeneous property - Add a use-underline property to stack pages +* GtkScale: + - Make area around the trough clickable + +* GtkScrolledWindow: + - Fix kinetic scrolling + * GtkTreeView: - Break reference cycles in unroot @@ -46,11 +52,13 @@ Overview of Changes in GTK 3.98.4 * Remove gtk_dialog_run -* Wayland: - - Provide a builtin cursor of last resort +* GDK: + - Wayland: Provide a builtin cursor of last resort + - Change the monitor api to use a GListModel * GSK: - Don't include renderer-specific headers automatically + - GL: Fix nested rounded clips * Introspection: - Assorted annotation fixes @@ -73,6 +81,7 @@ Overview of Changes in GTK 3.98.4 * Translation updates: Chinese (Taiwan) Esperanto + Japanese Romanian Spanish Ukrainian diff --git a/meson.build b/meson.build index d615368630..594dc2205a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '3.98.3', + version: '3.98.4', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', -- 2.30.2